home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000320_news@columbia.edu _Sun Dec 5 16:34:15 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA26055
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 5 Dec 1999 16:34:14 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA09406
  7.     for kermit.misc@watsun.cc.columbia.edu; Sun, 5 Dec 1999 16:05:53 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "Steve Baus" <steve@baus-systems.com>
  10. Subject: Re: Output command with USR modem
  11. Date: Sun, 5 Dec 1999 12:43:56 -0800
  12. Organization: Posted via Supernews, http://www.supernews.com
  13. Message-ID: <s4ljctafqeg131@corp.supernews.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Jeffrey,
  17.  
  18. The script file with the Output command is for the modem on the host.  In
  19. effect it is an init string.  This modem never does dial it simply waits for
  20. a call.  Here is the entire AT string:
  21.  
  22. output AT&F&C1&D2N0s0=1s37=9\13
  23.  
  24. USR says the way to do this is to:
  25. echo AT&... > com1
  26. Could not get it to work within the script.
  27.  
  28. Steve
  29.  
  30.  
  31. Jeffrey Altman wrote in message <82a5pt$fs0$1@newsmaster.cc.columbia.edu>...
  32. >In article <s4grut61n20136@corp.supernews.com>,
  33. >Steve Baus <steve@baus-systems.com> wrote:
  34. >: I can not get an output command as part of a script to work:
  35. >:
  36. >: output AT&F&.....
  37. >:
  38. >: to work with a USR modem.  Any ideas why?
  39. >
  40. >If you want an OUTPUT command to work prior to having a valid
  41. >connection to a host you must first
  42. >
  43. >  SET CARRIER-WATCH OFF
  44. >
  45. >Instead of issuing an OUTPUT command you should instead
  46. >be modifying the INIT string in your current modem definition
  47. >so that the string you desire is sent as part of the DIAL
  48. >command.
  49. >
  50. >    Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  51. >                 The Kermit Project * Columbia University
  52. >              612 West 115th St #716 * New York, NY * 10025
  53. >  http://www.kermit-project.org/k95.html *
  54. kermit-support@kermit-project.org
  55.  
  56.